div.sticky-queue
	{
	position:fixed;
	background: #ffffff;
	border: 1px solid #fff;
	box-shadow:0px 0px .2604rem #bbb;
	-moz-box-shadow:0px 0px .2604rem #bbb;
	-webkit-box-shadow: 0px 0px 0.2604rem #d7e5f1;
	width: 37rem;/*460*/
	/*ÃÂ¸Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½*/
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index: 999;
	}
div.sticky-note
	{padding-right:0px;padding: 1rem;}
.sticky-note .ccccccc *{
	font-size: 1.1rem!important;
}
.notice,.notice *{
	font-size: 1.4rem!important;
}
div.sticky-note 
div.sticky
	{
	font-size:12px;
	color:#555;
	display:none;
	padding:.5208rem;/*Ã„Â¬Ã¯Â¿Â½Ã¯Â¿Â½10px*/
	position:relative;
	}
img.sticky-close
	{
	position:absolute;
	top:.5208rem;
	right:.5208rem;/*Ã„Â¬Ã¯Â¿Â½Ã¯Â¿Â½10px*/
	height:.7292rem;
	width:.7292rem;
	cursor:pointer;
	}
	
	
.top-right
	{ right:1.0417rem; }
.top-left
	{ left:1.0417rem; }
.top-right, .top-left
	{
	top:-2px;
	border-bottom-right-radius:.3125rem;
	border-bottom-left-radius:.3125rem;
	-moz-border-radius-bottomright:.3125rem;
	-moz-border-radius-bottomleft:.3125rem;
	-webkit-border-bottom-right-radius:.3125rem;
	-webkit-border-bottom-left-radius:.3125rem;
	}
.bottom-right
	{right: 0;}
.bottom-left
	{ left:1.0417rem; }
.bottom-right, .bottom-left
	{
	bottom: 0;
	height: auto;
	border-top-right-radius:.3125rem;
	border-top-left-radius:.3125rem;
	-moz-border-radius-topright:.3125rem;
	-moz-border-radius-topleft:.3125rem;
	-webkit-border-top-right-radius:.3125rem;
	-webkit-border-top-left-radius:.3125rem;
	}

.border-top-right, .border-top-left
	{ border-top:.0521rem solid #999;
	  border-top:0px;}
.border-bottom-right, .border-bottom-left
	{
	 border-bottom:1px solid #999;
	 /*Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã†Â®Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ÃÂ¼Ã¯Â¿Â½Ã–Â¸Ã¯Â¿Â½*/
	 border-bottom:.0521rem;
	 border-bottom-color: #efefef;
	 border-bottom-style:solid;
	 }
